home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / utmisc1 / und64387.lha / UNd64_387.readme < prev    next >
Text File  |  1996-05-11  |  2KB  |  62 lines

  1. Short:    THE d64/t64/x64/p00 archive fileprocessor
  2. Author:   Jess Sosnoski (at the below address!!!)
  3. Uploader: starblaz@postoffice.ptd.net
  4. Type:     misc/emu
  5.  
  6. This program is designed to list/test or extract from the following C-64
  7. type archives:
  8. .d64 Diskimages
  9. .x64 Unix C-64 1541/1570 35-track diskimages
  10. .t64 Tapeimages
  11. .p00 Program images
  12.  
  13. REQUIREMENTS
  14. ------------
  15. An Amiga with Kickstart 1.1+ (I don't have 1.0 so I can't test it on that)
  16. about 180K free ram, .d64's, .t64's, and/or .p00 files and a
  17. storage device that will hold them--and possibly the output files.
  18.  
  19. CHANGES:
  20. --------
  21. 38.0:
  22. Totally rewrote I/O routines for even more speed.  Fixed LOTS of bugs,
  23. added ability to not convert filenames.  Oh, yea, added .t64 and .p00
  24. file support, and AmigaGuide docs.
  25.  
  26. 38.1:
  27. Fixed a bug in the command parsing which required one to select another
  28. option in order to use the no filename conversion option.
  29.  
  30. 38.2:
  31. Added optional output path (gee, could be useful).
  32. Now checks dirs for circular links.
  33. Also, now reports illegal track & sector errors (in files or dirs).
  34.  
  35. 38.3:
  36. Fixed a few bugs that were causing the program to permanently eat memory.
  37. Optimized a couple of odds 'n ends too.
  38. Smaller code size than 38.2!
  39.  
  40. 38.4
  41. Finally (totally) fixed the bug in the filesize function, now it will
  42. always free the fileinfoblock when it should.  Removed some redundant
  43. code, eeeeeaaaaand... got smaller code than 38.2 and 38.3
  44. (not much of an update, but definately a bugfix)
  45.  
  46. 38.5
  47. Fixed (hopefully) a bug causing mungwall hits and crashes if a filename
  48. for an archive was longer than 40 characters.  I set the length
  49. of a filename to 255 characters to fix this.
  50. Hmmm...a hair more optimization shrunk the program another 4 bytes.
  51.  
  52. 38.6
  53. Added .x64 support, and possibility to extract .d64 IMG files.
  54.  
  55. 38.7
  56. Rewrote/optimized the .p00 and .t64 routines, and moved them to their own
  57. separate modules.  Fixed 2 bugs in the .t64 processor:
  58. Now closes the output file if an error occured during a write, and
  59. skips over files who's pointer points past the end of the archive.
  60. Fixed a bug in the fileexists function that ignored the path, therefore
  61. only checking the current directory.
  62.